home *** CD-ROM | disk | FTP | other *** search
- on einstallcontrolsideboard
- global contentsprite, guidenumber, rectlist, actslist, copyactslist, newview, nextnum, pagedown, pageup, prerectlistnum
- case guidenumber & newview of
- "11":
- set rectlist to [rect(0, 0, 187, 28), rect(0, 32, 187, 60)]
- "12":
- set rectlist to [rect(0, 0, 187, 28), rect(0, 32, 187, 60)]
- "13":
- set rectlist to [rect(0, 0, 187, 28), rect(0, 32, 187, 60)]
- "14":
- set rectlist to [rect(0, 0, 187, 28), rect(0, 32, 187, 60), rect(0, 62, 187, 77)]
- "15":
- set rectlist to [rect(0, 0, 187, 28), rect(0, 32, 187, 60)]
- "16":
- set rectlist to [rect(0, 0, 187, 28), rect(0, 32, 187, 60)]
- "17":
- set rectlist to [rect(0, 0, 187, 28), rect(0, 32, 187, 60)]
- "18":
- set rectlist to [rect(0, 0, 187, 28), rect(0, 31, 187, 45), rect(0, 47, 187, 77)]
- "19":
- set rectlist to [rect(0, 0, 187, 28), rect(0, 31, 187, 45)]
- "21":
- set rectlist to [rect(0, 0, 187, 28), rect(0, 32, 187, 60)]
- "22":
- set rectlist to [rect(0, 0, 187, 44), rect(0, 46, 187, 60)]
- "23":
- set rectlist to [rect(0, 0, 187, 28), rect(0, 32, 187, 45), rect(0, 47, 187, 60)]
- "31":
- set rectlist to [rect(0, 0, 187, 28)]
- "41":
- set rectlist to [rect(0, 0, 187, 28), rect(0, 31, 187, 59)]
- end case
- set filelist to "PickObject" && guidenumber
- if the number of member filelist > 0 then
- set actslist to []
- if newview = 1 then
- set nextnum to 1
- else
- if pagedown then
- set nextnum to nextnum + prerectlistnum
- else
- if pageup then
- set nextnum to nextnum - count(rectlist)
- end if
- end if
- end if
- set prerectlistnum to count(rectlist)
- repeat with i = nextnum to nextnum + count(rectlist) - 1
- append(actslist, "toObjectMovie" && QUOTE & line i of field filelist & QUOTE)
- end repeat
- end if
- set copyactslist to duplicate(actslist)
- addsbcontrol(sbcontentsprite, rectlist, actslist, #up)
- end
-